Narrow your search

Library

VIVES (3196)

Thomas More Mechelen (3176)

Odisee (3175)

Thomas More Kempen (3175)

UCLL (3137)

KU Leuven (2971)

ULiège (2819)

ULB (2782)

UGent (1125)

KBC (647)

More...

Resource type

book (3175)

digital (22)

periodical (21)


Language

English (3167)

Dutch (14)

German (10)

French (2)

Undetermined (2)

More...

Year
From To Submit

2024 (43)

2023 (124)

2022 (69)

2021 (95)

2020 (170)

More...
Listing 1 - 10 of 3196 << page
of 320
>>
Sort by

Book
Indexing on Non-Volatile Memory : Techniques, Lessons Learned and Outlook
Authors: ---
ISBN: 3031476271 Year: 2024 Publisher: Cham : Springer Nature Switzerland : Imprint: Springer,

Loading...
Export citation

Choose an application

Bookmark

Abstract

This book focuses on online transaction processing indexes designed for scalable, byte-addressable non-volatile memory (NVM) and provides a systematic review and summary of the fundamental principles and techniques as well as an outlook on the future of this research area. In this book, the authors divide the development of NVM indexes into three “eras”— pre-Optane, Optane and post-Optane—based on when the first major scalable NVM device (Optane) became commercially available and when it was announced to be discontinued. The book will analyze the reasons for the slow adoption of NVM and give an outlook for indexing techniques in the post-Optane era. The book assumes only basic undergraduate-level understanding on indexing (e.g., B+-trees, hash tables) and database systems in general. It is otherwise self-contained with the necessary background information, including an introduction to NVM hardware and software/programming issues, a detailed description of different indexes in highly concurrent systems for non-experts and new researchers to get started in this area.


Book
Database and expert systems applications. : 32nd international conference, DEXA 2021, virtual event, September 27-30, 2021 : proceedings
Author:
ISBN: 3030864758 303086474X Year: 2021 Publisher: Cham, Switzerland : Springer,

Loading...
Export citation

Choose an application

Bookmark

Abstract


Book
Database and expert systems applications - DEXA 2021 workshops : BIOKDD, IWCFS, MLKgraphs, AI-CARES, ProTime, AISys 2021 virtual event, September 27-30, 2021, proceedings
Author:
ISBN: 3030871010 3030871002 Year: 2022 Publisher: Cham, Switzerland : Springer,

Loading...
Export citation

Choose an application

Bookmark

Abstract


Book
Software foundations for data interoperability : 5th international workshop, SFDI 2021, Copenhagen, Denmark, August 21, 2021 : revised selected papers
Authors: --- ---
ISBN: 3030938484 3030938492 Year: 2022 Publisher: Cham, Switzerland : Springer,

Loading...
Export citation

Choose an application

Bookmark

Abstract


Book
Database Systems for Advanced Applications : DASFAA 2022 International Workshops : BDMS, BDQM, GDMA, IWBT, MAQTDS, and PMBD, Virtual event, April 11-14, 2022, proceedings
Authors: --- ---
ISBN: 3031112164 3031112172 Year: 2022 Publisher: Cham, Switzerland : Springer,

Loading...
Export citation

Choose an application

Bookmark

Abstract


Book
Knowledge engineering and knowledge management : 23rd International Conference, EKAW 2022, Bolzano, Italy, September 26-29, 2022, proceedings
Author:
ISBN: 3031171047 3031171055 Year: 2022 Publisher: Cham, Switzerland : Springer,

Loading...
Export citation

Choose an application

Bookmark

Abstract


Book
Effortless app development with oracle visual builder : boost productivity by building web and mobile applications efficiently using the drag-and-drop approach
Author:
ISBN: 1800569475 Year: 2021 Publisher: Birmingham, England ; Mumbai : Packt,

Loading...
Export citation

Choose an application

Bookmark

Abstract

This book covers all aspects of VB that will help you to jump into real-world projects quickly and work independently. You'll work with various end-to-end examples to help you reduce your R&D time during VB projects, and learn about the drag-and-drop approach to enable you to build an app in a day.


Book
Learning Couchbase : design documents and implement real-world e-commerce applications with Couchbase
Author:
ISBN: 1785284282 Year: 2015 Publisher: Birmingham : Packt Publishing,

Loading...
Export citation

Choose an application

Bookmark

Abstract

Design documents and implement real world e-commerce applications with Couchbase About This Book Get acquainted with Couchbase architecture and design your document-based data schema Implement full text search using industry standard elastic search plugins Develop critical and high performance applications using this hands-on tutorial guide Who This Book Is For If you are new to the NoSQL document system or have little or no experience in NoSQL development and administration and are planning to deploy Couchbase for your next project, then this book is for you. It would be helpful to have a bit of familiarity with Java. What You Will Learn Get acquainted with the concept of NoSQL databases and configure your Couchbase database cluster Maintain Couchbase effectively using the web-based administrative console with ease Enable partition capabilities by making use of Buckets Analyze important design considerations for maintaining relationship between various documents Use Couchbase SDK Java API to store and retrieve document Write views using map/reduce to retrieve documents efficiently Get familiar with N1QL and how to use it in Java applications Integrate Couchbase with Elasticsearch to implement full text search Configure XDCR for disaster recovery and develop ecommerce application using Couchbase In Detail NoSQL database systems have changed application development in terms of adaptability to dynamics schema and scalability. Compared with the currently available NoSQL database systems, Couchbase is the fastest. Its ease of configuration and powerful features for storing different schema structures, retrieval using map reduce and inbuilt disaster recovery by replicating document across the geographical region, make it one of the most powerful, scalable and comprehensive NoSQL in the market. Couchbase also introduces smart client API for various programming language to integrate the database with the application easily, yet providing very complex features like cluster health awareness. This book achieves its goal by taking up an end-to-end development structure, right from understanding NOSQL document design to implementing full fledged eCommerce application design using Couchbase as a backend. Starting with the architecture of Couchbase to get you up and running, this book quickly takes you through designing a NoSQL document and implementing highly scalable applications using Java API. You will then be introduced to document design and get to kn...


Book
Learn SQL Database Programming
Author:
ISBN: 1838984763 9781838984762 Year: 2020 Publisher: Packt Publishing,

Loading...
Export citation

Choose an application

Bookmark

Abstract

"Learn everything you need to know to build efficient SQL queries using this easy-to-follow beginner's guide Key Features Explore all SQL statements in depth using a variety of examples Get to grips with database querying, data aggregate, manipulation, and much more Understand how to explore and process data of varying complexity to tell a story Book Description SQL is a powerful querying language that's used to store, manipulate, and retrieve data, and it is one of the most popular languages used by developers to query and analyze data efficiently. If you're looking for a comprehensive introduction to SQL, Learn SQL Database Programming will help you to get up to speed with using SQL to streamline your work in no time. Starting with an overview of relational database management systems, this book will show you how to set up and use MySQL Workbench and design a database using practical examples. You'll also discover how to query and manipulate data with SQL programming using MySQL Workbench. As you advance, you'll create a database, query single and multiple tables, and modify data using SQL querying. This SQL book covers advanced SQL techniques, including aggregate functions, flow control statements, error handling, and subqueries, and helps you process your data to present your findings. Finally, you'll implement best practices for writing SQL and designing indexes and tables. By the end of this SQL programming book, you'll have gained the confidence to use SQL queries to retrieve and manipulate data. What you will learn Install, configure, and use MySQL Workbench to restore a database Explore different data types such as string, numeric, and date and time Query a single table using the basic SQL SELECT statement and the FROM, WHERE, and ORDER BY clauses Query multiple tables by understanding various types of table relationships Modify data in tables using the INSERT, UPDATE, and DELETE statements Use aggregate functions to group and summarize data Detect bad data, duplicates, and irrelevant values while processing data Who this book is for This book is for business analysts, SQL developers, database administrators, and students learning SQL. If you want to learn how to query and manipulate SQL data for database administration tasks or simply extract and organize relevant data for analysis, you'll find this book useful. No prior SQL experience is required." -- Publisher's description.


Book
Abstraction in Ontology-Based Data Management.
Author:
ISBN: 9781643682594 Year: 2022 Publisher: : IOS Press, Incorporated,

Loading...
Export citation

Choose an application

Bookmark

Abstract

Listing 1 - 10 of 3196 << page
of 320
>>
Sort by